3.378 \(\int \frac{\log (c (d+e x^n))}{x (c e-(1-c d) x^{-n})} \, dx\)

Optimal. Leaf size=25 \[ -\frac{\text{PolyLog}\left (2,1-c \left (d+e x^n\right )\right )}{c e n} \]

[Out]

-(PolyLog[2, 1 - c*(d + e*x^n)]/(c*e*n))

________________________________________________________________________________________

Rubi [A]  time = 0.157073, antiderivative size = 25, normalized size of antiderivative = 1., number of steps used = 4, number of rules used = 4, integrand size = 33, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.121, Rules used = {2475, 2412, 2393, 2391} \[ -\frac{\text{PolyLog}\left (2,1-c \left (d+e x^n\right )\right )}{c e n} \]

Antiderivative was successfully verified.

[In]

Int[Log[c*(d + e*x^n)]/(x*(c*e - (1 - c*d)/x^n)),x]

[Out]

-(PolyLog[2, 1 - c*(d + e*x^n)]/(c*e*n))

Rule 2475

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)]*(b_.))^(q_.)*(x_)^(m_.)*((f_) + (g_.)*(x_)^(s_))^(r_.),
 x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(f + g*x^(s/n))^r*(a + b*Log[c*(d + e*x)^p])^q,
x], x, x^n], x] /; FreeQ[{a, b, c, d, e, f, g, m, n, p, q, r, s}, x] && IntegerQ[r] && IntegerQ[s/n] && Intege
rQ[Simplify[(m + 1)/n]] && (GtQ[(m + 1)/n, 0] || IGtQ[q, 0])

Rule 2412

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((f_) + (g_.)/(x_))^(q_.)*(x_)^(m_.), x_Symbol]
 :> Int[(g + f*x)^q*(a + b*Log[c*(d + e*x)^n])^p, x] /; FreeQ[{a, b, c, d, e, f, g, m, n, p, q}, x] && EqQ[m,
q] && IntegerQ[q]

Rule 2393

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))]*(b_.))/((f_.) + (g_.)*(x_)), x_Symbol] :> Dist[1/g, Subst[Int[(a +
 b*Log[1 + (c*e*x)/g])/x, x], x, f + g*x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[e*f - d*g, 0] && EqQ[g
 + c*(e*f - d*g), 0]

Rule 2391

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> -Simp[PolyLog[2, -(c*e*x^n)]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rubi steps

\begin{align*} \int \frac{\log \left (c \left (d+e x^n\right )\right )}{x \left (c e-(1-c d) x^{-n}\right )} \, dx &=\frac{\operatorname{Subst}\left (\int \frac{\log (c (d+e x))}{\left (c e+\frac{-1+c d}{x}\right ) x} \, dx,x,x^n\right )}{n}\\ &=\frac{\operatorname{Subst}\left (\int \frac{\log (c (d+e x))}{-1+c d+c e x} \, dx,x,x^n\right )}{n}\\ &=\frac{\operatorname{Subst}\left (\int \frac{\log (1+x)}{x} \, dx,x,-1+c d+c e x^n\right )}{c e n}\\ &=-\frac{\text{Li}_2\left (1-c \left (d+e x^n\right )\right )}{c e n}\\ \end{align*}

Mathematica [A]  time = 0.0686126, size = 26, normalized size = 1.04 \[ -\frac{\text{PolyLog}\left (2,-c d-c e x^n+1\right )}{c e n} \]

Antiderivative was successfully verified.

[In]

Integrate[Log[c*(d + e*x^n)]/(x*(c*e - (1 - c*d)/x^n)),x]

[Out]

-(PolyLog[2, 1 - c*d - c*e*x^n]/(c*e*n))

________________________________________________________________________________________

Maple [A]  time = 0.083, size = 23, normalized size = 0.9 \begin{align*} -{\frac{{\it dilog} \left ( ce{x}^{n}+cd \right ) }{nce}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(c*(d+e*x^n))/x/(c*e+(c*d-1)/(x^n)),x)

[Out]

-1/n/c/e*dilog(c*e*x^n+c*d)

________________________________________________________________________________________

Maxima [B]  time = 1.40197, size = 143, normalized size = 5.72 \begin{align*}{\left (\frac{\log \left (c e + \frac{c d - 1}{x^{n}}\right )}{c e n} - \frac{\log \left (\frac{1}{x^{n}}\right )}{c e n}\right )} \log \left ({\left (e x^{n} + d\right )} c\right ) - \frac{\log \left (c e x^{n} + c d\right ) \log \left (c e x^{n} + c d - 1\right ) +{\rm Li}_2\left (-c e x^{n} - c d + 1\right )}{c e n} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*(d+e*x^n))/x/(c*e+(c*d-1)/(x^n)),x, algorithm="maxima")

[Out]

(log(c*e + (c*d - 1)/x^n)/(c*e*n) - log(1/(x^n))/(c*e*n))*log((e*x^n + d)*c) - (log(c*e*x^n + c*d)*log(c*e*x^n
 + c*d - 1) + dilog(-c*e*x^n - c*d + 1))/(c*e*n)

________________________________________________________________________________________

Fricas [A]  time = 1.69567, size = 49, normalized size = 1.96 \begin{align*} -\frac{{\rm Li}_2\left (-c e x^{n} - c d + 1\right )}{c e n} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*(d+e*x^n))/x/(c*e+(c*d-1)/(x^n)),x, algorithm="fricas")

[Out]

-dilog(-c*e*x^n - c*d + 1)/(c*e*n)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(c*(d+e*x**n))/x/(c*e+(c*d-1)/(x**n)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\log \left ({\left (e x^{n} + d\right )} c\right )}{{\left (c e + \frac{c d - 1}{x^{n}}\right )} x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*(d+e*x^n))/x/(c*e+(c*d-1)/(x^n)),x, algorithm="giac")

[Out]

integrate(log((e*x^n + d)*c)/((c*e + (c*d - 1)/x^n)*x), x)